-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Production Release Nov Week 4 #6739
Conversation
* add front end validation for number of beds * disabled submit button when number of beds are greater than 100
…6623) * move cancel button to the left side * change className
* remove unnecessary onClick * removed cursor pointer
* fix scroll overlay * add style * add hide button * add loading logic
…ry in Consultation Dashboard. (#6576) Co-authored-by: Mohammed Nihal <[email protected]>
Co-authored-by: Mohammed Nihal <[email protected]> Co-authored-by: Rithvik Nishad <[email protected]>
* aligned buttons to right * fixed merge conflict * added pading
* Fixed date buttons out of range * Added translations * Fixed cursor * Update DateInputV2.tsx * Add max value * disable future for last service date --------- Co-authored-by: Ashesh <[email protected]>
* PaginatedList: fix `offset` not included in qParams * fix error message * convert dispatch to useQuery and request * change components based on suggestions * change api model to paginated api * resolve merge conflict * format code with prettier * fix paginatedlist * edit previous round --------- Co-authored-by: rithviknishad <[email protected]>
* Implemented Insurance Details Page * implemented insurace details card
…6579) * Removed unnecessary cancel buttons and added a back button * made the requested changes
* Add auto-scroll function to error in add triage form * add scrollTo function to utils and refactor its usage at other points
…6458) * `formatDateTime`: hide time if 12AM * refactor patient_consultation * Changes based on QA * microsecond accuracy * cypress fix * fix cypress
* feat: add patient notes pop-up on consultation page * Migrate form elements to CAREUI * made patient notes popup responsive * feat: updated ui of patient notes dedicated page * resolved merge conflicts * fix merge develop * added doctor location * used Page component in PatientNotes page * Apply suggestions from code review * added close button * Apply suggestions from code review * enchance doctor notes ux * Merge branch 'develop' into doctor-notes-redesign * replace usages of moment with dayjs * Added user role in brackets * added message listener for patient notes * added border for notes by remote specialist * added notification on patient note creation * Update src/Components/Facility/PatientNoteCard.tsx Co-authored-by: Rithvik Nishad <[email protected]> * added types for notes object * use existing types of patient notes model * link system notification to notes page * Fixes for real time webpush messages * Fixes for notes popover * Update service-worker.ts * lint --------- Co-authored-by: Rithvik Nishad <[email protected]> Co-authored-by: Rithvik Nishad <[email protected]> Co-authored-by: Ashesh3 <[email protected]>
* Filter out PUSH_MESSAGE notifications in NotificationsList * test * revert test * Fix styling issue in DailyRoundsList component * Refactor DailyRoundsList component styles
* Show "ICU Admission Date" only for Internal Transfer * fix styling
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@gigincg We truly appreciate your efforts. Thank you for taking the time to contribute; this is a very valuable contribution to us 🥇. We always welcome your contribution 🙂, so feel free to contribute to anything anytime, and never lose that spirit of innovation 🙌. |
WHAT
🤖[deprecated] Generated by Copilot at 466d4ed
This pull request introduces various improvements and fixes to the frontend code and UI of the care_fe application, as well as to the automated testing files and workflows. It adds new features such as infinite scrolling, route to facility selection, and date input validation. It also updates the UI elements, constants, and icons to match the latest changes and requirements. It enhances the code quality, readability, and security by removing unused code, formatting JSON data, adding error handling, and applying sandboxing. It modifies the Cypress test files and page objects to reflect the UI changes and to add new test cases. It adds a concurrency group to the deploy workflow to avoid conflicts or errors. It adds a new dependency for the react-infinite-scroll-component library.
Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖[deprecated] Generated by Copilot at 466d4ed
cypress/e2e/facility_spec
andcypress/pageobject/Facility
folders (link, link)package.json
file for the react-infinite-scroll-component library, which provides a component for infinite scrolling functionality (link)UniconPaths.json
file, to make it more compact, consistent, and valid (link, link, link)PaginatedList.tsx
file, which allows passing a custom error message for the date input component when the selected date is out of the allowed range (link, link)constants.tsx
file, as it is no longer used in the application (link)constants.tsx
file, which represents the event of adding a note to a patient's consultation (link)constants.tsx
file, which maps the user types from the backend to the user types displayed in the frontend (link)